GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-07T01:03:02.2915551+00:00",
"SubmitDate": "2026-03-07T01:03:02.2915551+00:00",
"ReportPeriodStart": "2026-03-07T01:03:02.2915551+00:00",
"ReportPeriodEnd": "2026-03-07T01:03:02.2915551+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "27631c4d-f50a-46c9-a8de-0a94e59fad59",
"Rows": [
{
"ItemId": "71bc0ee9-bf9d-4906-b761-9908da1f891a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "71bc0ee9-bf9d-4906-b761-9908da1f891a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "27631c4d-f50a-46c9-a8de-0a94e59fad59",
"Rows": [
{
"ItemId": "71bc0ee9-bf9d-4906-b761-9908da1f891a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "71bc0ee9-bf9d-4906-b761-9908da1f891a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"198db1e4-8395-4297-b777-a51f1500e2dc",
"7c51d72c-2e17-4197-bcea-ac67d3a0dfa7"
],
"Approvers": [
"ff286ac6-cb08-4612-9705-0be98b175104",
"9b88c743-d7a7-4082-9b11-8a2dd37a4fd9"
],
"ApprovedBy": "03cf29b3-a7d1-4290-8cd2-9e150ee81502",
"ApprovalDate": "2026-03-07T01:03:02.2915551+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1bd9faf1-129c-4055-950b-94d2f4718c0d",
"id": "6e07e8f8-1059-47d0-a132-e2175808f8b1",
"ConfigId": "ba0f0cba-bb10-44e5-a819-73165bee24de"
},
{
"GenerationDate": "2026-03-07T01:03:02.2915551+00:00",
"SubmitDate": "2026-03-07T01:03:02.2915551+00:00",
"ReportPeriodStart": "2026-03-07T01:03:02.2915551+00:00",
"ReportPeriodEnd": "2026-03-07T01:03:02.2915551+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "27631c4d-f50a-46c9-a8de-0a94e59fad59",
"Rows": [
{
"ItemId": "71bc0ee9-bf9d-4906-b761-9908da1f891a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "71bc0ee9-bf9d-4906-b761-9908da1f891a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "27631c4d-f50a-46c9-a8de-0a94e59fad59",
"Rows": [
{
"ItemId": "71bc0ee9-bf9d-4906-b761-9908da1f891a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "71bc0ee9-bf9d-4906-b761-9908da1f891a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"198db1e4-8395-4297-b777-a51f1500e2dc",
"7c51d72c-2e17-4197-bcea-ac67d3a0dfa7"
],
"Approvers": [
"ff286ac6-cb08-4612-9705-0be98b175104",
"9b88c743-d7a7-4082-9b11-8a2dd37a4fd9"
],
"ApprovedBy": "03cf29b3-a7d1-4290-8cd2-9e150ee81502",
"ApprovalDate": "2026-03-07T01:03:02.2915551+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1bd9faf1-129c-4055-950b-94d2f4718c0d",
"id": "6e07e8f8-1059-47d0-a132-e2175808f8b1",
"ConfigId": "ba0f0cba-bb10-44e5-a819-73165bee24de"
}
]